Logger Constructor (String, Boolean) |
Initializes a new instance of the Logger with the specified log file path.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic Logger(
string path,
bool append
)
Public Sub New (
path As String,
append As Boolean
)
Parameters
- path
- Type: SystemString
- append
- Type: SystemBoolean
See Also